home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-26 | 700 b | 29 lines | [TEXT/CWIE] |
- /*=============================*\
- Sound-IN-Sane
- A MacHack 1999 Production
-
- Developed and Written by
-
- Shawn Platkus
-
- June 25, 1999
- \*=============================*/
-
- // Filename: SIS_UI.h
-
- // Prototypes for SIS_UI.c functions
-
- void ToolboxInit( void );
- void MenuBarInit( void );
- void EventLoop( void );
- void DoEvent( EventRecord *eventPtr );
- void HandleMouseDown( EventRecord *eventPtr );
- void HandleMenuChoice( long menuChoice );
- void HandleAppleChoice( short item );
- void HandleFileChoice( short item );
- void DoDialog( void );
- void SetupDialog(DialogPtr theDialog);
- void ProcessConfiguration(DialogPtr theDialog);
- void HandleCheckbox(DialogPtr theDialog, short itemHit);
-
-